home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / sendcom_.zip / PCBCOLOR.H < prev    next >
Text File  |  1991-10-10  |  236b  |  12 lines

  1.  
  2. #define YES                     1
  3. #define NO                      0
  4.  
  5. #define ESC                     27
  6. #define A_NORMAL        0
  7. #define A_BOLD          1
  8. #define A_BLINK         5
  9.  
  10. #define NORMAL  printf("\33[0;30;37m")
  11.  
  12.